
body {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

#content {
    position: relative;
    margin: 4em auto 4em auto;
    max-width: 32em;
}

#title {
    position: relative;
    padding-left: 12em;
}

#title img.logo {
    display: block;
    position: absolute;
    height: 10em;
    width: 10em;
    left: 0;
    top: 0;
}

h1 .initial {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 175%;
    margin: 0;
    text-align: center;
    width: 0.85em;
}

h1 {
    font-weight: normal;
    font-size: 110%;
    margin: 0;
    margin-bottom: 0.25em;
}

#title {
    margin-bottom: 3em;
}

p {
    text-align: justify;
}

@media screen {
	#links {
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 3em;
	}

	#links ul {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	}

	#links li.bowdlerise {
	    margin-bottom: 1em;
	}

	#links li.sharing {
	    margin-bottom: 0.25em;
	}

	#links a {
	    text-decoration: none;
	    color: #A8A0A0;
	}

	body.speedy #links .bowdlerise {
	    display: none;
	}
}

@media print {
    #links {
        display: none;
    }
}

